Name Empier of Preslo's box
ShortName a_empierbox
TopTexture boxTop
SideTexture a_empirbox
BottomTexture boxBottom
GunBoxID 29151
Recipe I iron B a_coins R dyePowder.14
III
RBR
III
//AddGun shortName amountOf item
//AddAmmo must come immediately after AddGun for them to be in the same slot
//The names of the items / blocks are those in the code, with some exceptions such as iron (ingotIron) and gunpowder (sulphur)
//And with parts from this mod, they are the shortName of the item
//Guns cannot yet have multiple ammo types in the same slot. For now, just list them under two seperate guns that are the same
//NumGuns must come before all the addGun lines and must be correct.
NumGuns 5
AddGun a_arifle 8 a_cash
AddAmmo a_arifleclip 15 a_coins
AddGun a_ashotgun 8 a_cash
AddAmmo a_shotgunammo 4 a_coins
AddGun a_smg2 8 a_cash
AddAmmo a_smgmag2 15 a_coins
AddGun a_hrifle 12 a_cash
AddAmmo a_hrifleclip 8 a_coins
AddGun a_screvolver 10 a_cash
AddAmmo a_hrifleclip 8 a_coins